CPU - определение. Что такое CPU
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое CPU - определение

ELECTRONIC CIRCUITRY WITHIN A COMPUTER THAT CARRIES OUT THE INSTRUCTIONS OF A COMPUTER PROGRAM BY PERFORMING THE BASIC ARITHMETIC, LOGICAL, CONTROL AND INPUT/OUTPUT (I/O) OPERATIONS SPECIFIED BY THE INSTRUCTIONS AND COORDINATES THE OTHER COMPONENTS
Central Processing Unit; Cpu; CPUs; Processors; Central processing units; Personal computer Central Processing Unit; CPU (computer); Processor core; Master control processor; CPU bandwidth; Main processor; Computer processing chip; Central processor; Central processor unit; Central Processor Unit; Processor units; Central Processing unit; CPU; Logical processor; Instruction decoder; Discrete processor; Performance Counter Monitor; Performance counter monitor; Central-processing unit; VCPU; Virtual CPU
  • Block diagram of a basic uniprocessor-CPU computer. Black lines indicate data flow, whereas red lines indicate control flow; arrows indicate flow directions.
  • Symbolic representation of an ALU and its input and output signals
  • A six-bit word containing the binary encoded representation of decimal value 40. Most modern CPUs employ word sizes that are a power of two, for example 8, 16, 32 or 64 bits.
  • Fujitsu board with SPARC64 VIIIfx processors
  • [[EDVAC]], one of the first stored-program computers
  • Basic five-stage pipeline. In the best case scenario, this pipeline can sustain a completion rate of one instruction per clock cycle.
  • IBM PowerPC 604e processor
  • Inside of a laptop, with the CPU removed from socket
  • Model of a subscalar CPU, in which it takes fifteen clock cycles to complete three instructions
  • core memory]] and [[external bus]] interface of a DEC [[PDP-8]]/I, made of medium-scale integrated circuits
  • A simple superscalar pipeline. By fetching and dispatching two instructions at a time, a maximum of two instructions per clock cycle can be completed.
Найдено результатов: 231
CPU         
Central Processing Unit
CPU         
CPU         
(CPUs)
In a computer, the CPU is the part that processes all the data and makes the computer work. CPU is an abbreviation for 'central processing unit'. (COMPUTING)
N-COUNT
CPU         
¦ abbreviation Computing central processing unit.
central processing unit         
<architecture, processor> (CPU, processor) The part of a computer which controls all the other parts. Designs vary widely but the CPU generally consists of the control unit, the arithmetic and logic unit (ALU), registers, temporary buffers and various other logic. The control unit fetches instructions from memory and decodes them to produce signals which control the other parts of the computer. These signals cause it to transfer data between memory and ALU or to activate peripherals to perform input or output. Various types of memory, including cache, RAM and ROM, are often considered to be part of the CPU, particularly in modern microprocessors where a single integrated circuit may contain one or more processors as well as any or all of the above types of memory. The CPU, and any of these components that are in separate chips, are usually all located on the same printed circuit board, known as the motherboard. This in turn is located in the system unit (sometimes incorrectly referred to as the "CPU"). A parallel computer has several CPUs which may share other resources such as memory and peripherals. The term "processor" has to some extent replaced "CPU", though RAM and ROM are not logically part of the processor. {List of processors (http://lldn.timesys.com/complete_list_of_processors)}. (2007-04-02)
Central processing unit         
A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, and input/output (I/O) operations specified by the instructions in the program.
central processing unit         
(also central processor)
¦ noun Computing the part of a computer in which operations are controlled and executed.
Central Policy Unit         
ORGANIZATION
The Central Policy Unit, established in 1989, was responsible for advising the Chief Executive (previously the Governor) of Hong Kong. It was replaced with the Policy Innovation and Co-ordination Unit in 2018.
CPU socket         
  • [[LGA 775]], a [[land grid array]] socket
PROVIDES MECHANICAL AND ELECTRICAL CONNECTIONS BETWEEN A MICROPROCESSOR AND A PRINTED CIRCUIT BOARD
List of Intel CPU slots and sockets; List of AMD CPU slots and sockets; List of CPU sockets; CPU Sockets; Micro-PGA1; AMD64 sockets; CPU Socket; CPU sockets; List of AMD CPU Slots and Sockets; Processor socket; Cpu socket; Microprocessor socket; List of Intel CPU Slots and Sockets; Intel Sockets; CPU slot; Socket 615; ΜPGA1; Micro PGA1
In computer hardware, a CPU socket or CPU slot contains one or more mechanical components providing mechanical and electrical connections between a microprocessor and a printed circuit board (PCB). This allows for placing and replacing the central processing unit (CPU) without soldering.
Transient execution CPU vulnerability         
COMPUTER VULNERABILITY USING SPECULATIVE EXECUTION
Transient execution CPU vulnerabilities
Transient execution CPU vulnerabilities are vulnerabilities in a computer system in which a speculative execution optimization implemented in a microprocessor is exploited to leak secret data to an unauthorized party. The classic example is Spectre that gave its name to this kind of side-channel attack, but since January 2018 many different vulnerabilities have been identified.

Википедия

Central processing unit

A central processing unit (CPU), also called a central processor or main processor, is the most important processor in a given computer. Its electronic circuitry executes instructions of a computer program, such as arithmetic, logic, controlling, and input/output (I/O) operations. This role contrasts with that of external components, such as main memory and I/O circuitry, and specialized coprocessors such as graphics processing units (GPUs).

The form, design, and implementation of CPUs have changed over time, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic–logic unit (ALU) that performs arithmetic and logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the fetching (from memory), decoding and execution (of instructions) by directing the coordinated operations of the ALU, registers and other components.

Most modern CPUs are implemented on integrated circuit (IC) microprocessors, with one or more CPUs on a single IC chip. Microprocessor chips with multiple CPUs are multi-core processors. The individual physical CPUs, processor cores, can also be multithreaded to create additional virtual or logical CPUs.

An IC that contains a CPU may also contain memory, peripheral interfaces, and other components of a computer; such integrated devices are variously called microcontrollers or systems on a chip (SoC).

Array processors or vector processors have multiple processors that operate in parallel, with no unit considered central. Virtual CPUs are an abstraction of dynamical aggregated computational resources.